Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nuget #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update nuget #35

wants to merge 1 commit into from

Conversation

projectorigin-renovate[bot]
Copy link
Contributor

@projectorigin-renovate projectorigin-renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Type Update Change
FluentAssertions (source) nuget patch 6.12.1 -> 6.12.2
Grpc.AspNetCore nuget minor 2.66.0 -> 2.67.0
Microsoft.AspNetCore.Mvc.Testing (source) nuget patch 8.0.10 -> 8.0.11
Microsoft.NET.Test.Sdk nuget minor 17.11.1 -> 17.12.0
NSubstitute (source) nuget minor 5.1.0 -> 5.3.0
Testcontainers.PostgreSql (source) nuget minor 4.0.0 -> 4.1.0
Testcontainers.RabbitMq (source) nuget minor 4.0.0 -> 4.1.0
Verify.Xunit nuget minor 28.0.0 -> 28.8.1
WireMock.Net nuget patch 1.6.6 -> 1.6.11
coverlet.collector nuget patch 6.0.2 -> 6.0.3
dotnet-grpc nuget minor 2.66.0 -> 2.67.0
xunit nuget patch 2.9.2 -> 2.9.3

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.67.0

What's Changed
New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.12.0

What's Changed
Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

nsubstitute/NSubstitute (NSubstitute)

v5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.1.0

Compare Source

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
VerifyTests/Verify (Verify.Xunit)

v28.8.0

Compare Source

v28.7.1

Compare Source

v28.7.0

Compare Source

v28.6.1

Compare Source

v28.6.0

Compare Source

v28.5.0

Compare Source

v28.4.0

Compare Source

v28.3.2

Compare Source

v28.3.1

Compare Source

v28.3.0

Compare Source

v28.2.1

Compare Source

v28.2.0

Compare Source

v28.1.3

Compare Source

v28.1.2

Compare Source

v28.1.1

Compare Source

v28.1.0

Compare Source

WireMock-Net/WireMock.Net (WireMock.Net)

v1.6.11

Compare Source

  • #​1221 - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by StefH
  • #​1222 - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by StefH
  • #​1223 - Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] contributed by StefH
  • #​1224 - Add FindLogEntries to IWireMockServer [feature] contributed by StefH
  • #​1092 - FindLogEntries present in WireMockServer but not IWireMockServer [feature]
  • #​1192 - Feature: add URL assertion excluding query parameters [feature]
  • #​1204 - Supplying Values From Request for Webhook Body and Headers [feature]
  • #​1217 - Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug]

v1.6.10

Compare Source

  • #​1189 - WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] contributed by StefH
  • #​1188 - WithWatchStaticMappings doesn't respect new files [bug]

v1.6.9

Compare Source

  • #​1216 - Fix JsonPartialMatcher when using property names with dot [bug] contributed by StefH
  • #​1210 - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]

v1.6.8

Compare Source

  • #​1202 - Log exception when (static) mapping file cannot be read [feature] contributed by StefH
  • #​1206 - Fix security issues [bug] contributed by StefH
  • #​1211 - Use GraphQL 8.2.1 [feature] contributed by StefH
  • #​1213 - Fix HandlebarsContext ParseAndEvaluate method [bug] contributed by StefH
  • #​1201 - Mapping file parse errors are not logged to the console [feature]
  • #​1209 - Upgrade of GraphQL libs to the latest [feature]
  • #​1212 - Response Body Does Not Include Text After Path Segment [bug]

v1.6.7

Compare Source

  • #​1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #​1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #​1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #​1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #​1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #​1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #​1153 - Grpc support for multiple proto files [feature]
  • #​1193 - Snyk issue : Regular Expression Denial of Service [bug]
coverlet-coverage/coverlet (coverlet.collector)

v6.0.3

Fixed
Improvements
  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@projectorigin-renovate projectorigin-renovate bot enabled auto-merge (squash) October 18, 2024 08:19
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 5 times, most recently from bf46827 to fdd60b5 Compare October 25, 2024 11:14
@projectorigin-renovate projectorigin-renovate bot changed the title Update dependency WireMock.Net to 1.6.7 Update nuget Oct 25, 2024
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from ab0d174 to 877199b Compare November 1, 2024 11:14
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 2bf629f to 49aff77 Compare November 8, 2024 13:21
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from da454de to 51d20e6 Compare November 15, 2024 12:29
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from c2cdff1 to ddaf2e2 Compare November 19, 2024 14:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from 7f4b39c to 5358c38 Compare December 10, 2024 13:30
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 7 times, most recently from f1475db to cea605f Compare December 18, 2024 09:18
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 5 times, most recently from e55682a to 05279cd Compare December 23, 2024 10:17
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 938f6b4 to 16c6918 Compare January 2, 2025 11:13
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 4 times, most recently from a21b2cd to de6156d Compare January 8, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants